PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / PDFNumberFormat Constructor / PDFNumberFormat Constructor(PDFCosDictionary)
The COS number format.
In This Topic
    PDFNumberFormat Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new object from a COS number format.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFNumberFormat( 
       PDFCosDictionary cosNumberFormat
    )

    Parameters

    cosNumberFormat
    The COS number format.
    See Also